home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '92
/
Hacks ’92
/
Procedure Call Logger
/
BP_EP.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-02
|
351 b
|
21 lines
|
[
TEXT/MPS
]
/*
For implementing your own trace routines, you should implement
a version of this routine and link it in in front of BP_EP.c.
This allows you to control when to enter the debugger.
Author: Marshall Clow
Log:
Jun 02, 1992 new file.
*/
#ifdef __BP_EP__
#define __BP_EP__
#include <Types.h>
Boolean BreakHere ( void );
#endif __BP_EP__